home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / G / GROUP1.cpt / GROUP1 Folder / Group 1 Analysis / card_19007.txt < prev    next >
Encoding:
Text File  |  1991-08-08  |  4.0 KB  |  219 lines

  1. -- card: 19007 from stack: in
  2. -- bmap block id: 19372
  3. -- flags: 0000
  4. -- background id: 5931
  5. -- name: NoSilver
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global time1
  9.   global Silver
  10.   global Mercury
  11.   global Lead
  12.   global key
  13.   put empty into bkgnd field "info"
  14.   put "Click Here to Continue" into bkgnd field "info"
  15.   wait 2 seconds
  16.   set the highlight of card button "cv2" to true
  17.  
  18. end opencard
  19.  
  20.  
  21. on closecard
  22.   set the highlight of card button "cv2" to false
  23. end closeCard
  24.  
  25.  
  26.  
  27.  
  28.  
  29. -- part 4 (field)
  30. -- low flags: 81
  31. -- high flags: 0004
  32. -- rect: left=0 top=20 right=178 bottom=387
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 21
  37. -- text size: 24
  38. -- style flags: 0
  39. -- line height: 32
  40. -- part name: note
  41.  
  42.  
  43. -- part 22 (field)
  44. -- low flags: 81
  45. -- high flags: 0000
  46. -- rect: left=389 top=212 right=283 bottom=507
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 3
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: hold
  55.  
  56.  
  57. -- part 29 (field)
  58. -- low flags: 81
  59. -- high flags: 0001
  60. -- rect: left=161 top=212 right=319 bottom=195
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 3
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: f
  69.  
  70.  
  71. -- part 36 (button)
  72. -- low flags: 00
  73. -- high flags: 8002
  74. -- rect: left=434 top=205 right=254 bottom=509
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Flow Chart
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   push card
  86.   go to card id 7591
  87.   put 1 into zz
  88.   repeat until zz = 4
  89.     set the highlight of card button step5 to true
  90.     wait 30
  91.     set the highlight of card button step5 to false
  92.     wait 30
  93.     put zz+1 into zz
  94.   end repeat
  95.  
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 38 (field)
  101. -- low flags: 81
  102. -- high flags: 0004
  103. -- rect: left=1 top=112 right=205 bottom=390
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 3
  108. -- text size: 14
  109. -- style flags: 256
  110. -- line height: 18
  111. -- part name: Message
  112. ----- HyperTalk script -----
  113. on mouseup
  114.   hide card field "message"
  115. end mouseup
  116.  
  117.  
  118.  
  119. -- part 40 (field)
  120. -- low flags: 81
  121. -- high flags: 0004
  122. -- rect: left=0 top=7 right=206 bottom=416
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 21
  127. -- text size: 18
  128. -- style flags: 0
  129. -- line height: 24
  130. -- part name: info
  131.  
  132.  
  133. -- part 41 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=0 top=115 right=172 bottom=383
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: cv2
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   go to card "results1"
  148. end mouseUp
  149.  
  150.  
  151.  
  152. -- part 43 (field)
  153. -- low flags: 81
  154. -- high flags: 0004
  155. -- rect: left=0 top=0 right=331 bottom=512
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 1
  159. -- font id: 2
  160. -- text size: 18
  161. -- style flags: 0
  162. -- line height: 24
  163. -- part name: dist
  164.  
  165.  
  166. -- part 44 (field)
  167. -- low flags: 81
  168. -- high flags: 0004
  169. -- rect: left=2 top=184 right=296 bottom=159
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 21
  174. -- text size: 18
  175. -- style flags: 0
  176. -- line height: 24
  177. -- part name: info1
  178.  
  179.  
  180. -- part contents for card part 4
  181. ----- text -----
  182. Please Wait While
  183. Computer Selects
  184. an Unknown for You
  185. to Analyze
  186.  
  187. -- part contents for card part 40
  188. ----- text -----
  189. Please Click on Next Reagent
  190.  
  191. -- part contents for card part 38
  192. ----- text -----
  193. Check Flow Chart
  194.  
  195. Hot Water Bath not used 
  196.  
  197. at this time
  198.  
  199. -- part contents for card part 43
  200. ----- text -----
  201.  
  202.  
  203.  
  204.  
  205. Adding Distilled water
  206.  
  207. to Test Tube
  208.  
  209. and agitating Precipitate
  210.  
  211. -- part contents for card part 44
  212. ----- text -----
  213.  
  214. Click Here to
  215. Continue When Ready
  216.  
  217. -- part contents for background part 8
  218. ----- text -----
  219. Click Here to Continue